*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Mon, 5 Mar 2007 01:46:07 +0000 (01:46 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 5 Mar 2007 01:46:07 +0000 (01:46 +0000)
lisp/ChangeLog
lisp/international/characters.el

index 11b1f6629e687b87e9908220dbc891d46293d1ef..cbf09107533761b7a4c2fb68e60d50e085ce801d 100644 (file)
@@ -1,3 +1,8 @@
+2007-03-05  Kenichi Handa  <handa@m17n.org>
+
+       * international/characters.el: Set category `l' (latin) for more
+       characters.
+
 2007-03-04  Kim F. Storm  <storm@cua.dk>
 
        * emacs-lisp/authors.el (authors-aliases): Add alias.
index 48a724c08d14d121167d9491ee9e924e6a72e39a..d856693261baf69e02a53a29cd3d1e4639ee6d05 100644 (file)
   ;; Latin Extended-A, Latin Extended-B, IPA
   (setq c #x0100)
   (while (<= c #x02AF)
-    (modify-category-entry (decode-char 'ucs c) ?l)
+    (modify-category-entry (decode-char 'ucs c) ?l))
 
   (setq c #x0100)
   (while (<= c #x0177)